projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e753b1
)
(getenv): Fix reverted by demand of Dan Nicolaescu
author
David Kastrup
<dak@gnu.org>
Mon, 14 May 2007 22:29:58 +0000
(22:29 +0000)
committer
David Kastrup
<dak@gnu.org>
Mon, 14 May 2007 22:29:58 +0000
(22:29 +0000)
because it exposes further problems.
lisp/env.el
patch
|
blob
|
history
diff --git
a/lisp/env.el
b/lisp/env.el
index 346bd3be75e781549b2c5ab9bf55bd7ce217f246..33d4287312f2f6829b3e9661c6ca02a637efb5dd 100644
(file)
--- a/
lisp/env.el
+++ b/
lisp/env.el
@@
-212,8
+212,7
@@
in the environment list of the selected frame."
(let ((value (getenv-internal (if (multibyte-string-p variable)
(encode-coding-string
variable locale-coding-system)
- variable)
- frame)))
+ variable))))
(if (and enable-multibyte-characters value)
(setq value (decode-coding-string value locale-coding-system)))
(when (interactive-p)